home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Sterne2.dfm
/
Sterne2.txt
Wrap
Text File
|
1998-12-27
|
773b
|
44 lines
object Form1: TForm1
Left = 220
Top = 114
Width = 435
Height = 389
Caption = 'Horoskop'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 120
TextHeight = 20
object Label1: TLabel
Left = 112
Top = 16
Width = 201
Height = 20
Caption = 'W�hle dein Sternzeichen!'
end
object ListBox1: TListBox
Left = 88
Top = 56
Width = 257
Height = 249
ItemHeight = 20
Items.Strings = (
'Steinbock'
'Wassermann'
'Fische'
'Widder'
'Stier'
'Zwillinge'
'Krebs'
'L�we'
'Jungfrau'
'Waage'
'Skorpion'
'Sch�tze')
TabOrder = 0
OnClick = ListBox1Click
end
end